tests: enhance functional test with more checks.#77
tests: enhance functional test with more checks.#77pponnuvel wants to merge 4 commits intotaodd:mainfrom
Conversation
a741dbd to
8e84cfc
Compare
40e36fb to
f47fac3
Compare
Fixes SET-1807. Fixes taodd#24. Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>
taodd
left a comment
There was a problem hiding this comment.
Some minor change required.
@pponnuvel thank you very much for the patch. The osdtrace works great, However, from the log output, it seems radostrace still can't output anything.
Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>
Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>
Thanks @taodd! I've fixed the issue with radostrace now. All look fine now - please take a look again. Thanks. |
taodd
left a comment
There was a problem hiding this comment.
Except the suggested comments.
The radostrace still doesn't output any trace line in the log file.
I guess it's probably because we need to specify the process id of the microceph.rbd bench command, if that's the case we'll need to adjust the order of step 10 and step 11.
add -p to the radostrace. then we should see the actual tracing data from radostrace
15198f1 to
bc94ad4
Compare
Signed-off-by: Ponnuvel Palaniyappan <pponnuvel@gmail.com>
7e18ddb to
496d585
Compare
This only happens with GH runners. Locally it produces the output: Do we know if radostrace every produced any output in the past? We only checked if it runs but not whether it produces any tracing logs. I suspect this has never worked. In any case, it's certainly needs to be investigated. |
|
Confirmed with main too: https://github.com/taodd/cephtrace/actions/runs/22072454615/job/63785379309?pr=80 radostrace doesn't produce any trace output. |
Fixes SET-1807.